home *** CD-ROM | disk | FTP | other *** search
/ Hyper Stacks 1994 May / Hyper Stacks (Pacific HiTech)(1994)[Mac].iso / Education / School of Athens / card_17992.txt < prev    next >
Encoding:
Text File  |  1988-05-17  |  5.2 KB  |  205 lines

  1. -- card: 17992 from stack: in
  2. -- bmap block id: 22578
  3. -- flags: 0000
  4. -- background id: 2791
  5. -- name: Marsyas
  6. ----- HyperTalk script -----
  7. on mouseUp
  8.   global whence
  9.   if the shiftKey is down and the optionKey is down then
  10.     put the short name of this card into whence
  11.     visual effect iris close
  12.     go to card "Stanze Map"
  13.   else
  14.     if the optionKey is down then
  15.       push card
  16.       visual effect iris close
  17.       go to card "Schematic"
  18.     end if
  19.   end if
  20. end mouseUp
  21.  
  22.  
  23.  
  24. -- part 1 (button)
  25. -- low flags: 00
  26. -- high flags: 0000
  27. -- rect: left=118 top=0 right=28 bottom=390
  28. -- title width / last selected line: 0
  29. -- icon id / first selected line: 0 / 0
  30. -- text alignment: 1
  31. -- font id: 0
  32. -- text size: 12
  33. -- style flags: 0
  34. -- line height: 16
  35. -- part name: 
  36.  
  37.  
  38. -- part 2 (button)
  39. -- low flags: 00
  40. -- high flags: 0000
  41. -- rect: left=265 top=6 right=41 bottom=300
  42. -- title width / last selected line: 0
  43. -- icon id / first selected line: 0 / 0
  44. -- text alignment: 1
  45. -- font id: 0
  46. -- text size: 12
  47. -- style flags: 0
  48. -- line height: 16
  49. -- part name: 
  50. ----- HyperTalk script -----
  51. on mouseUp
  52.   visual effect wipe left
  53.   go to card "Poetry"
  54. end mouseUp
  55.  
  56.  
  57.  
  58. -- part 5 (button)
  59. -- low flags: 00
  60. -- high flags: 0000
  61. -- rect: left=217 top=6 right=40 bottom=257
  62. -- title width / last selected line: 0
  63. -- icon id / first selected line: 0 / 0
  64. -- text alignment: 1
  65. -- font id: 0
  66. -- text size: 12
  67. -- style flags: 0
  68. -- line height: 16
  69. -- part name: 
  70. ----- HyperTalk script -----
  71. on mouseUp
  72.   visual effect wipe right
  73.   go to card "Theology"
  74. end mouseUp
  75.  
  76.  
  77.  
  78. -- part 7 (field)
  79. -- low flags: 01
  80. -- high flags: 0002
  81. -- rect: left=177 top=280 right=300 bottom=333
  82. -- title width / last selected line: 0
  83. -- icon id / first selected line: 0 / 0
  84. -- text alignment: 1
  85. -- font id: 2
  86. -- text size: 12
  87. -- style flags: 256
  88. -- line height: 17
  89. -- part name: 
  90. ----- HyperTalk script -----
  91. on mouseUp
  92.   show card field "Picture Info"
  93.   show card button "Pic Info Away"
  94. end mouseUp
  95.  
  96.  
  97. -- part 8 (field)
  98. -- low flags: 00
  99. -- high flags: 0004
  100. -- rect: left=333 top=0 right=340 bottom=510
  101. -- title width / last selected line: 0
  102. -- icon id / first selected line: 0 / 0
  103. -- text alignment: 0
  104. -- font id: 3
  105. -- text size: 9
  106. -- style flags: 0
  107. -- line height: 12
  108. -- part name: Card Help
  109.  
  110.  
  111. -- part 9 (field)
  112. -- low flags: 00
  113. -- high flags: 0000
  114. -- rect: left=331 top=0 right=13 bottom=454
  115. -- title width / last selected line: 0
  116. -- icon id / first selected line: 0 / 0
  117. -- text alignment: 0
  118. -- font id: 3
  119. -- text size: 9
  120. -- style flags: 256
  121. -- line height: 12
  122. -- part name: Card Title
  123.  
  124.  
  125. -- part 10 (button)
  126. -- low flags: 00
  127. -- high flags: 0000
  128. -- rect: left=333 top=0 right=337 bottom=508
  129. -- title width / last selected line: 0
  130. -- icon id / first selected line: 0 / 0
  131. -- text alignment: 1
  132. -- font id: 0
  133. -- text size: 12
  134. -- style flags: 0
  135. -- line height: 16
  136. -- part name: Help Away
  137. ----- HyperTalk script -----
  138. on mouseUp
  139.   set lockScreen to true
  140.   hide card field "Card Help"
  141.   hide card field "Card Title"
  142.   hide card button "Help Away"
  143.   set lockScreen to false
  144. end mouseUp
  145.  
  146.  
  147.  
  148. -- part 11 (field)
  149. -- low flags: 00
  150. -- high flags: 0002
  151. -- rect: left=22 top=51 right=272 bottom=168
  152. -- title width / last selected line: 0
  153. -- icon id / first selected line: 0 / 0
  154. -- text alignment: 0
  155. -- font id: 3
  156. -- text size: 9
  157. -- style flags: 0
  158. -- line height: 12
  159. -- part name: Picture Info
  160.  
  161.  
  162. -- part 12 (button)
  163. -- low flags: 00
  164. -- high flags: 0000
  165. -- rect: left=22 top=51 right=271 bottom=168
  166. -- title width / last selected line: 0
  167. -- icon id / first selected line: 0 / 0
  168. -- text alignment: 1
  169. -- font id: 0
  170. -- text size: 12
  171. -- style flags: 0
  172. -- line height: 16
  173. -- part name: Pic Info Away
  174. ----- HyperTalk script -----
  175. on mouseUp
  176.   hide card field "Picture Info"
  177.   hide card button "Pic Info Away"
  178. end mouseUp
  179.  
  180.  
  181.  
  182. -- part contents for card part 7
  183. ----- text -----
  184. Apollo and Marsyas
  185.  
  186. -- part contents for card part 8
  187. ----- text -----
  188.  
  189.   Between each pair of circular
  190. ‚Äútondi,‚Äù Raphael painted a rectangular scene emboding issues relevant to each of the tondi which flank it.
  191.   Like the tondi, the backgrounds of the rectangular scenes are painted to imitate mosaics, and thus to stress the artfulness of the disciplines involved.
  192.   Two of the rectangular scenes portray successful combinations of the disciplines; two portray failures or sins.  Each discipline thus shares one success and one failure, which seems just.  But why Raphael chose the failures and successes he did, and why he chose the places for success or failure as he did, remain obscure.
  193.   Click on the title for further information about this scene.
  194.   Click on the arrows to consult its related tondi.
  195.   Clicking with the option key down will return you to the map of this room.
  196.  
  197. -- part contents for card part 9
  198. ----- text -----
  199. Apollo and Marsyas
  200.  
  201. -- part contents for card part 11
  202. ----- text -----
  203.   Marsyas, a satyr, had bragged that he was a better musician that Apollo.  He wagered that he could win a competition with Apollo; if he lost, he would be skinned alive.
  204.   Raphael represents this as a sin in relation to poetry and theology, for the source of Marsyas‚Äô sin was his art.
  205.   We see Apollo being crowned and Marsyas strung up ready to be skinned.  Marsyas‚Äô pose is a copy of a Hellenistic sculpture which exists in marble copies in Florence and Rome, and which was evidently known to Raphael.